.banner-component__container {
    background: transparent;
}

.banner-component--indulgent .wrapper.wrapper--full-height {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center
}

.banner-component__text--primary-bg {
  background-color: transparent
}

.banner-component--indulgent .banner-component__text-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  gap: 10px;
  position: absolute;
  width: 450px !important;
  top: calc(50% - 140px/2 + 29px);
  background: rgba(60, 60, 59, 0.8);
backdrop-filter: blur(20px);
}


.banner-component--indulgent .banner-component__text.banner-component__text--large {
  border-bottom: 2px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  width: 404px;
  height: 77px
}

.banner-component--indulgent .banner-component__text .banner-component__text-wrapper.banner-component__text--primary-bg {
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: futura-thin,sans-serif;
}

.banner-component--indulgent .banner-component__text.banner-component__text--subtext {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 450px
}

.banner-component--indulgent .banner-component__text--subtext span.banner-component__text-wrapper.banner-component__text--primary-small {
  display: flex;
  justify-content: center;
  padding: 21px;
  width: 408px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.banner-component--indulgent .banner-component__search-panel {
  display: flex;
  z-index: 1;
  overflow: hidden;
  border-radius: 980px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  position: absolute;
  width: max-content;
  height: 36px;
  top:414px;

  background: rgba(60, 60, 59, 0.5);
  backdrop-filter: blur(20px);
  transition: background 0.3s ease-in;
}


.banner-component--indulgent .banner-component__search-panel--text {
  text-transform: uppercase;
  letter-spacing: 2.5px
}

.banner-component--indulgent .banner-component__search-panel--text .banner-component__text-wrapper.banner-component__text--primary-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  color: #fff
}

.banner-component--indulgent svg.icon.icon--calendar {
  margin-right: 15px
}

.banner-component--indulgent .banner-component__search-panel:hover{
  background-color: #a20042;
  //background-image: none
}



.banner-component--indulgent svg.icon.brand-color {
  width: 16px;
  height: 16px;
  margin-right: 8px
}

.banner-component--indulgent .banner-component__text-wrapper.banner-component__text--primary-bg {
  display: flex;
  justify-content: center;
  width: max-content;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 21px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: right
}

@media (max-width:767px) {
  .banner-component--indulgent .banner-component__text-container .banner-component__text-wrapper.banner-component__text--primary-bg {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 25px !important;
    letter-spacing: 0 !important;
    padding: 13.5px 0 9.5px
  }

  .banner-component--indulgent .banner-component__text--subtext .banner-component__text-wrapper.banner-component__text--primary-bg {
    font-size: 14px !important;
    padding: 10px !important;
    margin: 0 !important
  }

  .banner-component--indulgent .banner-component__search-panel--text .banner-component__text-wrapper.banner-component__text--primary-bg {
    font-size: 7px !important;
    padding: 0 !important;
    width: 100%;
    height: 13px;
    line-height: 13px;
    color: #f5f5f5
  }

  .banner-component--indulgent .banner-component__search-panel--text {
    letter-spacing: 2px !important
  }

  .banner-component--indulgent .banner-component__text.banner-component__text--large {
    letter-spacing: 4.5px !important;
    padding: 9.5px 20px 10.5px;
    width: 200px;
    height: 47px
  }

  .banner-component--indulgent .banner-component__text-container {
    gap: 1px;
    width: 240px !important;
    height: 100px;
    padding: 0px !important
  }

  .banner-component--indulgent .banner-component__search-panel {
    bottom: 10px !important;
    position: absolute;
    height: 33px;
    width: min-content;
  }

  .banner-component--indulgent .banner-component__text--subtext span.banner-component__text-wrapper.banner-component__text--primary-small {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    letter-spacing: 0.1em;
  }

  .banner-component--indulgent .banner-component__text.banner-component__text--subtext {
    padding: 11.5px 0 10.5px;
    gap: 10px;
    width: 200px;
    height: 51px
  }

  .banner-component--indulgent svg.icon.brand-color {
    width: 12px !important;
    height: 12px !important
  }

  .banner-component--indulgent .banner-component__text-wrapper.banner-component__text--primary-bg {
    display: flex;
    justify-content: center;
    width: max-content;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0;
    text-align: right
  }
  .banner-component--indulgent .banner-component__search-panel {
    top:212px;
  }
}

@media (min-width:768px) {
  .banner-component--indulgent .component__text .banner-component__text-wrapper.banner-component__text--primary-bg {
    padding-bottom: 5px !important
  }

  .banner-component--indulgent .banner-component__text-container {
    padding: 0;
    gap: 1px;
    width: 240px !important;
  }

  .banner-component--indulgent .banner-component__text.banner-component__text--large {
    padding: 13.5px 20px 9.5px;
    width: 220px;
    height: 47px
  }

  .banner-component--indulgent .banner-component__text .banner-component__text-wrapper.banner-component__text--primary-bg {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0
  }

  .banner-component--indulgent .banner-component__text.banner-component__text--subtext {
    padding: 0;
    gap: 10px;
    width: 220px;
  }

  .banner-component--indulgent .banner-component__text--subtext span.banner-component__text-wrapper.banner-component__text--primary-small {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.1em;
  }

  .banner-component--indulgent .banner-component__search-panel {
    padding: 10px 20px;
    gap: 8px;
    height: 33px
  }

  .banner-component--indulgent .banner-component__search-panel--text .banner-component__text-wrapper.banner-component__text--primary-bg {
    font-size: 10px;
    line-height: 13px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .banner-component--indulgent .banner-component__text-wrapper.banner-component__text--primary-bg {
    align-items: center
  }

  .banner-component--indulgent .banner-component__text--subtext span.banner-component__text-wrapper.banner-component__text--primary-small {
    padding: 11.5px 0 10px
  }

  .banner-component--indulgent .banner-component__search-panel {
    top:417px;
  }
}

@media (min-width:1024px) {

  .banner-component--indulgent .banner-component__text-container {
    width: 450px !important;
  }

  

  .banner-component--indulgent .banner-component__text.banner-component__text--large {
    width: 404px;
    height: 77px
  }

  .banner-component--indulgent .banner-component__text .banner-component__text-wrapper.banner-component__text--primary-bg {
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 35px;
    text-align: center;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    font-family: futura-thin,sans-serif;
  }

  .banner-component--indulgent .banner-component__text.banner-component__text--subtext {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 450px
  }

  .banner-component--indulgent .banner-component__text--subtext span.banner-component__text-wrapper.banner-component__text--primary-small {
    display: flex;
    justify-content: center;
    padding: 21px;
    width: 408px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .banner-component--indulgent .banner-component__search-panel {
    display: flex;
    z-index: 1;
    overflow: hidden;
    border-radius: 980px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
    position: absolute;
    width: max-content;
    height: 36px;
    top:414px;
  }

 

  .banner-component--indulgent .banner-component__search-panel--text {
    text-transform: uppercase;
    letter-spacing: 2.5px
  }

  .banner-component--indulgent .banner-component__search-panel--text .banner-component__text-wrapper.banner-component__text--primary-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
    color: #fff
  }

  .banner-component--indulgent svg.icon.icon--calendar {
    margin-right: 15px
  }

  .banner-component--indulgent .banner-component__search-panel:hover {
    background-color: #a20042;
  }

  .banner-component--indulgent svg.icon.brand-color {
    width: 16px;
    height: 16px;
    margin-right: 8px
  }

  .banner-component--indulgent .banner-component__text-wrapper.banner-component__text--primary-bg {

    text-align: right
  }
}